home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_861
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2010-04-12
|
264b
|
17 lines
on(press){
TexteMail.scroll -= 1;
tellTarget("../FlechesRoue")
{
gotoAndStop("Up");
}
set("/Variables:Scroll",-1);
tellTarget("ControlScroll")
{
play();
}
tellTarget("../RoueScroll")
{
play();
}
}